Skip to content

Conversation

@cchudant
Copy link
Member

Pull Request type

  • (developer) documentation content changes

resolves #231
fixes the outstanding review comments in #379

cc @shamsasari

(note:
the thing i mention about snapshots for consistent db reads in the module docs is something i wanted to fix for a very long time, it's not a new concern. i was waiting for #292 to be merged to fix it.
it can't cause any problem in block production mode so that's why it hasn't yet been fixed)

Copy link
Member

@antiyro antiyro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm thanks!

//! That last point isn't yet implemented, as we need some changes to the rust rocksdb bindings, see [rust-rocksdb#937]. No issue has yet been
//! found with this as our db is almost only append-only - but this should nonetheless be fixed. (FIXME)
//!
//! This configuration makes a lot of sense because we making a blockchain node. All of our db writes are very big, all or nothing and infrequent.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This configuration makes a lot of sense in the context of a blockchain node.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you very much

@Trantorian1 Trantorian1 added the docs Documentation changes or improvements label Nov 20, 2024
Copy link
Contributor

@Trantorian1 Trantorian1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few spelling mistakes. Also some of @shamsasari's RFCs have not been addressed yet.

@HermanObst
Copy link
Contributor

@cchudant could you address RFC in this PR?

@raynaudoe
Copy link
Contributor

Hi @cchudant , are there any pending RFCs in this PR ?

@antiyro antiyro closed this Jul 14, 2025
@github-project-automation github-project-automation bot moved this from Backlog to Done in Madara Jul 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation changes or improvements

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

feat(docs): Document rocksdb configuration

8 participants